home *** CD-ROM | disk | FTP | other *** search
/ Kit PC World De Ampliacion De Windows 95 / Kit PC World de ampliacion de Windows 95.iso / utils / pwledit / pwledit.inf < prev    next >
Windows Setup INFormation  |  1995-08-23  |  2KB  |  79 lines

  1. ; PWLEDIT.INF
  2.  
  3. ; This is the Setup information file to install the Password List Editor
  4.  
  5. ; Copyright (c) 1993-1995 Microsoft Corporation
  6.  
  7.  
  8. [version]
  9. LayoutFile=layout.inf
  10. signature="$CHICAGO$"
  11. SetupClass=BASE
  12.  
  13. [DestinationDirs]
  14. Register.Copy    = 17    ; LDID_INF
  15. PWLEDIT.Win.Copy = 25    ; LDID_SHARED 
  16.  
  17. [BaseWinOptions]
  18. Register_PWLEDIT
  19.  
  20. [Register_PWLEDIT]
  21. AddReg=Register.AddReg
  22. CopyFiles=Register.Copy
  23.  
  24. [Register.Copy]
  25. PWLEDIT.inf
  26.  
  27. [Register.AddReg]
  28.  
  29. [Optional Components]
  30. PWLEDIT
  31.  
  32. [PWLEDIT]
  33. OptionDesc  = %PWLEDIT_DESC%
  34. Tip         = %PWLEDIT_TIP%
  35. CopyFiles   = PWLEDIT.Win.Copy, Register.Copy
  36. AddReg      = PWLEDIT.install.reg
  37. UpdateInis  = PWLEDIT.Inis
  38. InstallType = 0             ;Manual only
  39. IconIndex   = 11        ;Default (diamond) mini-icon for dialogs
  40. Uninstall   = PWLEDIT_remove
  41.  
  42. [PWLEDIT_remove]
  43. DelFiles    = PWLEDIT.Win.Copy, Register.Copy
  44. DelReg      = PWLEDIT.remove.reg
  45.  
  46. [PWLEDIT.Win.Copy]
  47. pwledit.exe
  48.  
  49. [PWLEDIT.Inis]
  50. setup.ini, progman.groups,, "group11=%SYSTOOLS_DESC%"         ;creates folder
  51. setup.ini, group11,, """%Pwledit_Desc%"", PWLEDIT.EXE,,, pwledit"       ;creates link
  52.  
  53. [PWLEDIT.Rem.Inis]
  54. setup.ini, progman.groups,, "group11=%SYSTOOLS_DESC%"         ;creates folder
  55. setup.ini, group11,, """%Pwledit_Desc%"""                      ;deletes link
  56.  
  57. [PWLEDIT.install.reg]
  58. HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\PWLEDIT,DisplayName,,"%PWLEDIT_Desc%"
  59. HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\PWLEDIT,UninstallString,,"RunDll setupx.dll,InstallHinfSection PWLEDIT_remove 4 pwledit.inf"
  60.  
  61. [PWLEDIT.remove.reg]
  62. HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\PWLEDIT
  63.  
  64. ;****************************************************************************
  65. ; SourceDisks
  66. ;****************************************************************************
  67. [SourceDisksNames]
  68. 73=%DSK%, "", 0001
  69.  
  70. [SourceDisksFiles]
  71. PWLEDIT.inf   =73,,1024
  72. pwledit.exe   =73,,10240
  73.  
  74. [Strings]
  75. SYSTOOLS_DESC   = "Accesorios\Herramientas del sistema"
  76. PWLEDIT_Desc    = "Editor de lista de contrase±as"
  77. PWLEDIT_TIP     = "Utilidad para quitar elementos del archivo de lista de contrase±as"
  78. DSK = "Windows 95 resource kit"
  79.